home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batch.zip / COLOR.HLP < prev    next >
Text File  |  1980-01-01  |  4KB  |  68 lines

  1. Documentation for COLOR.BAT   [This file must be named COLOR.HLP]
  2.  
  3.   COLOR.BAT may be used to set foreground and background colors on
  4.   color monitors and set bold (high intensity), normal or reverse on
  5.   any type of monitor. If your system has two monitors, COLOR.BAT will
  6.   make it easier to switch between your monitors (though this requires
  7.   the presence of MODE.COM on the default directory).
  8.  
  9.   To use this command file, you must boot your system using DOS 2.0
  10.   or higher & must have a CONFIG.SYS file defined on the boot disk
  11.   as well as ANSI.SYS. This CONFIG.SYS file is described in your DOS
  12.   manual but the line that you need in this file is "DEVICE=ANSI.SYS".
  13.   ANSI.SYS must also be on your boot directory (it came with DOS).
  14.  
  15.   I use the following CONFIG.SYS on my PC:
  16.         line 1: DEVICE=ANSI.SYS
  17.         line 2: BUFFERS=8
  18.  
  19.   If you have done these things, then you may send special escape code
  20.   sequences to your computer which will be interpreted according to
  21.   what IBM considers to be ANSII standard. These escape codes can
  22.   set colors, blink, intensity as well as redefine your keyboard.
  23.   Display the COLOR.BAT file if you want to see the escape codes for
  24.   the different parameters.
  25.  
  26.   I saw the parent to this command file in a PC-WORLD somewhere back
  27.   in 1983. My appoligies but I did not write down the author's name
  28.   and can't find my old copy. Do not delete this .HLP file (at least
  29.   not the last 22 lines since that is the help used by the command file
  30.   when you type COLOR HELP<enter> or just COLOR<enter>. You may with
  31.   impunity delete all of this garbage. COLOR.HLP must be in the default
  32.   directory if you expect it to be found.
  33.  
  34.   You should note that COLOR.BAT will reset your system prompt to the
  35.   $p$g sequence. This is good form at any time since what you see is
  36.   the full DOS path to your current directory followed by a greater
  37.   than symbol. I find the PROMPT $p$g sequence essential whenever I
  38.   work on a big disk drive with lots of directories. If you wish to
  39.   have something different, just put your own private version in
  40.   where you see a $p$g.
  41.                           - Enjoy - Ed Bachmann - 10/10/84
  42. ======================================================================
  43.   Examples: COLOR NORMAL GREEN BOLD
  44.             COLOR YELLOW BBLUE NORMAL BCYAN WHITE RED YELLOW BBLACK
  45.             COLOR COLOR NORMAL GREEN
  46.             COLOR MONO NORMAL BOLD
  47. ======================================================================
  48. COLOR.HLP FILE - THIS IS HELP FOR THE COLOR.BAT COMMAND FILE.
  49. .
  50. . ANSI.SYS, CONFIG.SYS (with DEVICE=ANSI.SYS) and MODE.COM must be on
  51. .  the disk when the PC is booted.
  52. . Type COLOR and then your choice of character, intensity, and/or
  53. .  background color(s) from the following list of parameters:
  54. . =====================================================================
  55. . ----- GENERAL PARAMETERS ------   ------ MODE SETTING PARAMETERS ----
  56. . -- FOR COLOR & MONO DISPLAYS --   ----- TO CHANGE THE DISPLAY TYPE --
  57. . 1. normal (resets everything)     1. mono  (use monochrome display)
  58. . 2. bold (high intensity)          2. color (use color display)
  59. . 3. reverse (reverse video)        3. b&w   (use black & white display)
  60. . =====================================================================
  61. . ---------------------- FOR COLOR DISPLAYS ONLY ----------------------
  62. . ---- FORGROUND COLORS ---------   ------ BACKGROUND COLORS ----------
  63. . 1. black        5. blue           1. bblack          5. bblue
  64. . 2. red          6. magenta        2. bred            6. bmagenta
  65. . 3. green        7. cyan           3. bgreen          7. bcyan
  66. . 4. yellow       8. white          4. byellow         8. bwhite
  67. . =====================================================================
  68.